home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / documents / irix5.2plusNewProds / 5.1-5.2cmapProbs next >
Encoding:
Text File  |  1994-08-02  |  2.2 KB  |  71 lines

  1.  
  2.  
  3.               ~4Dgifts/toolbox/documents/irix5.2plusNewProds
  4.               colormap usage differences between 5.1* and 5.2
  5.  
  6.  
  7.    The following was compiled after investigation concerning colormap usage 
  8.    differences between 5.1.x and 5.2.  Apparently, 5.2 eats up a few more
  9.    entries than previous releases.  
  10.  
  11.  
  12.  
  13.       This is how you can fix your X colormap problems when
  14.       you run out of colormap entries using IRIX 5.2:
  15.  
  16.  
  17.       1. Change the login configuration to not use the IndigoMagic desktop:
  18.  
  19.                       % chkconfig desktop off
  20.  
  21.  
  22.       2. SGI X server (Xsgi) must have a default colormap
  23.               that allocates the fewest entries. This can be done
  24.               by changing the "/usr/lib/X11/xdm/Xservers" file to:
  25.  
  26.                       -pseudomap pseudo
  27.  
  28.               NOTE: original value may be "4sight" instead of "pseudo"
  29.                       so check man page on Xsgi for more info.
  30.  
  31.  
  32.       3. Turn off all X schemes used during X session by adding
  33.               following line to user-defined "~/.Xresources" file:
  34.  
  35.                       *useSchemes:off
  36.  
  37.  
  38.       4. Change colors for 4Dwm window manager by copying the
  39.               default from "/usr/lib/X11/app-defaults/4DWm"
  40.               to home directory and changing:
  41.  
  42.                       4DWm*client*background:gray
  43.                       4DWm*client*foreground:black
  44.                       *background:white
  45.                       *foreground:gray
  46.                       *activeBackground:gray
  47.                       *activeForeground:black
  48.                       *useSchemes:off
  49.                       *sgiMode:False
  50.  
  51.  
  52.       5. Change colors for Toolchest menus by copying the
  53.               default from "/usr/lib/X11/app-defaults/Toolchest"
  54.               to home directory and changing:
  55.  
  56.                       *background:gray
  57.                       *decalForeground:gray
  58.  
  59.  
  60.       6. For more information on color allocation:
  61.  
  62.                       man makemap
  63.                       man preallocColors
  64.  
  65.  
  66.       NOTE: These are ordered according to most colormap
  67.               entries are freed by using the first item. In most
  68.               cases (excluding the Indy) the first three items
  69.               will be sufficient to free 233 colors from the
  70.               default PseudoColor 8-bit visual.
  71.